home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip Temmuz 2004.iso / program / shareware / SimAQUARIUM_Free!.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-06-11  |  4.1 KB  |  55 lines

  1. ;InnoSetupVersion=4.1.5
  2. [Setup]
  3. AppName=SimAQUARIUM2 Free
  4. AppVerName=SimAQUARIUM2 Free
  5. AppId=SimAQUARIUM2 Free
  6. AppVersion=2.08
  7. AppPublisher=Digital Illusions Software
  8. AppPublisherURL=http://www.ss3d.com
  9. AppSupportURL=http://www.ss3d.com
  10. AppUpdatesURL=http://www.ss3d.com
  11. DefaultDirName={pf}\SimAQUARIUM2
  12. DefaultGroupName=SimAQUARIUM 2 Screensaver
  13. OutputBaseFilename=SimAQUARIUM_Free!
  14. Compression=zip
  15. ChangesAssociations=yes
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Sim AQUARIUM Homepage.url"; DestDir: "{app}"; MinVersion: 4.0.950,5.0.2195; 
  21. Source: "{app}\Sim AQUARIUM Fan Site.url"; DestDir: "{app}"; MinVersion: 4.0.950,5.0.2195; 
  22. Source: "{app}\SimAQUARIUM_Free!.exe"; DestDir: "{app}"; MinVersion: 4.0.950,5.0.2195; Flags: ignoreversion 
  23. Source: "{tmp}\FlashCheck.exe"; DestDir: "{tmp}"; MinVersion: 4.0.950,5.0.2195; Flags: deleteafterinstall ignoreversion 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\d3Digital illusions\d3DemoMakerV2\sname"; ValueName: "sname"; ValueType: String; ValueData: "{{srcexe}"; MinVersion: 4.0.950,5.0.2195; Flags: uninsdeletevalue preservestringtype deletevalue noerror 
  26. Root: HKCR; Subkey: "keyfile_auto_file"; MinVersion: 4.0.950,5.0.2195; Flags: createvalueifdoesntexist 
  27. Root: HKCR; Subkey: "keyfile_auto_file"; ValueName: "EditFlags"; ValueType: Dword; ValueData: "$10000"; MinVersion: 4.0.950,5.0.2195; Flags: createvalueifdoesntexist 
  28. Root: HKCR; Subkey: "keyfile_auto_file"; ValueName: "BrowserFlags"; ValueType: Dword; ValueData: "$8"; MinVersion: 4.0.950,5.0.2195; Flags: createvalueifdoesntexist 
  29. Root: HKCR; Subkey: "keyfile_auto_file\shell"; ValueType: String; ValueData: "open"; MinVersion: 4.0.950,5.0.2195; Flags: createvalueifdoesntexist 
  30. Root: HKCR; Subkey: "keyfile_auto_file\shell\open"; MinVersion: 4.0.950,5.0.2195; Flags: createvalueifdoesntexist 
  31. Root: HKCR; Subkey: ".keyfile"; ValueType: String; ValueData: "keyfile_auto_file"; MinVersion: 4.0.950,5.0.2195; Flags: createvalueifdoesntexist 
  32. Root: HKCR; Subkey: "keyfile_auto_file\shell\open\command"; ValueType: ExpandSZ; ValueData: "{app}\SimAQUARIUM_Free!.exe /keyfile %1"; MinVersion: 4.0.950,5.0.2195; 
  33. [Run]
  34. Filename: "{app}\SimAQUARIUM_Free!.exe"; Parameters: "--install"; MinVersion: 4.0.950,5.0.2195; Flags: nowait
  35. [Icons]
  36. Name: "{userdesktop}\SimAQUARIUM Free"; Filename: "{app}\SimAQUARIUM_Free!.exe"; WorkingDir: "{app}"; IconFilename: "{app}\SimAQUARIUM_Free!.exe"; Tasks: DesktopIcon; MinVersion: 4.0.950,5.0.2195; 
  37. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SimAQUARIUM2 Free"; Filename: "{app}\SimAQUARIUM_Free!.exe"; WorkingDir: "{app}"; IconFilename: "{app}\SimAQUARIUM_Free!.exe"; Tasks: QuickLaunch; MinVersion: 4.0.950,5.0.2195; 
  38. Name: "{group}\Sim AQUARIUM Fan Site"; Filename: "{app}\Sim AQUARIUM Fan Site.url"; MinVersion: 4.0.950,5.0.2195; 
  39. Name: "{group}\Sim AQUARIUM Homepage"; Filename: "{app}\Sim AQUARIUM Homepage.url"; MinVersion: 4.0.950,5.0.2195; 
  40. Name: "{group}\Sim AQUARIUM 2 Free Settings"; Filename: "{app}\SimAQUARIUM_Free!.exe"; Parameters: "/c"; WorkingDir: "{app}"; IconFilename: "{app}\SimAQUARIUM_Free!.exe"; MinVersion: 4.0.950,5.0.2195; 
  41. Name: "{group}\Sim AQUARIUM 2 Free"; Filename: "{app}\SimAQUARIUM_Free!.exe"; WorkingDir: "{app}"; IconFilename: "{app}\SimAQUARIUM_Free!.exe"; MinVersion: 4.0.950,5.0.2195; 
  42. Name: "{group}\Uninstall SA Free"; Filename: "{uninstallexe}"; MinVersion: 4.0.950,5.0.2195; 
  43. [Tasks]
  44. Name: "QuickLaunch"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; MinVersion: 4.0.950,5.0.2195; 
  45. Name: "DesktopIcon"; Description: "Create a Desktop Icon"; GroupDescription: "Additional icons:"; MinVersion: 4.0.950,5.0.2195; 
  46. [InstallDelete]
  47. Type: files; Name: "{group}\Sim AQUARIUM 2 Free Preview.lnk"; 
  48. Type: files; Name: "{group}\Sim AQUARIUM 2 Free Setup.lnk"; 
  49. [UninstallDelete]
  50. Type: files; Name: "{win}\SimAQUARIUM2 Free.scr"; 
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.